home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / font / number.font < prev    next >
Text File  |  2008-07-25  |  2KB  |  50 lines

  1. # SCS Font
  2. # Max width: 19
  3. # Max advance: 23
  4. # Typical height 'above the line': 0 (height of letter 'M')
  5. # Max pixels 'above the line': 15
  6. # Max pixels 'below the line': 0
  7.  
  8. vert_span:15  # max difference between lowest and highest pixel in any two glyphs
  9. line_spacing:2  # suggested number of pixels to put between lines
  10.  
  11. image:/font/number.mat
  12.  
  13. # P_x: starting column of glyph rectangle in the font bitmap
  14. # P_y: starting row of glyph rectangle in the font bitmap
  15. # W: width of the glyph rectangle
  16. # H: height of the glyph rectangle
  17. # L: left offset of the rectangle when placing it relative to current 'pen position'
  18. #    (negative value can be thought of as 'hard' kerning, but is used at the beginning of line too!)
  19. # T: top offset of the rectangle when placing it relative to current 'pen position'
  20. #    (the 'pen' is expected to be at the level of topmost pixel of highest glyph)
  21. # A: advance of the 'pen' for rendering of the following glyph
  22.  
  23. #NUM, P_x, P_y,  W,  H,  L,  T,  A     # character / glyph name
  24.  
  25. $032,   1,  65,  0,  0,  0, 15,  7     # ' ' / 'SPACE'
  26. $047,   1,   1,  8, 15, -1,  0,  7     # '/' / 'SOLIDUS'
  27. $048,  10,   1, 12, 15,  1,  0, 14     # '0' / 'DIGIT ZERO'
  28. $049,  23,   1,  8, 15,  2,  0, 14     # '1' / 'DIGIT ONE'
  29. $050,  32,   1, 13, 15,  0,  0, 14     # '2' / 'DIGIT TWO'
  30. $051,  46,   1, 12, 15,  0,  0, 14     # '3' / 'DIGIT THREE'
  31. $052,   1,  17, 13, 15,  1,  0, 15     # '4' / 'DIGIT FOUR'
  32. $053,  15,  17, 13, 15,  0,  0, 14     # '5' / 'DIGIT FIVE'
  33. $054,  29,  17, 12, 15,  1,  0, 14     # '6' / 'DIGIT SIX'
  34. $055,  42,  17, 12, 15,  1,  0, 15     # '7' / 'DIGIT SEVEN'
  35. $056,   1,  33, 12, 15,  1,  0, 14     # '8' / 'DIGIT EIGHT'
  36. $057,  14,  33, 12, 15,  1,  0, 14     # '9' / 'DIGIT NINE'
  37. $045,  55,  17,  7,  3,  1,  8,  9     # '-' / 'HYPHEN-MINUS'
  38. $058,  59,  33,  4, 11,  2,  4,  8     # ':' / 'COLON'
  39. $078,  44,  33, 14, 15,  2,  0, 18     # 'N' / 'LATIN CAPITAL LETTER N'
  40. $082,   1,  49, 16, 15,  2,  0, 19     # 'R' / 'LATIN CAPITAL LETTER R'
  41. $067,  27,  33, 16, 15,  1,  0, 18     # 'C' / 'LATIN CAPITAL LETTER C'
  42. $104,  18,  49, 12, 15,  2,  0, 16     # 'h' / 'LATIN SMALL LETTER H'
  43. $107,  31,  49, 12, 15,  2,  0, 15     # 'k' / 'LATIN SMALL LETTER K'
  44. $108,  59,   1,  4, 15,  2,  0,  8     # 'l' / 'LATIN SMALL LETTER L'
  45. $109,  44,  49, 19, 11,  2,  4, 23     # 'm' / 'LATIN SMALL LETTER M'
  46.  
  47. # kerning...
  48.  
  49. kern: $049, $049, -1      # '1' -> '1'
  50.